logger
object logger
Content copied to clipboard
Methods to log to the GitHub action log.
Coloring output is supported via ANSI escape codes. 3/4 bit, 8 bit and 24 bit colors are all supported.
See https://github.com/actions/toolkit/tree/main/packages/core#styling-output
Functions
error
Link copied to clipboard
fun error(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
Log exception as an error message.
notice
Link copied to clipboard
fun notice(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
Log exception as a notice message.
warning
Link copied to clipboard
fun warning(exception: Throwable, annotationProperties: AnnotationProperties)
Content copied to clipboard
Log exception as a warning message.
Properties
Sources
js source
Link copied to clipboard